widget: Ensure all gestures outside a grab scope are cancelled
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 3 Jun 2014 13:04:25 +0000 (15:04 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 3 Jun 2014 14:13:25 +0000 (16:13 +0200)
commit25f5da5018e80c835d47be791e5132661808c5bc
tree978704f4e9fa42768283127a0433e45f9871a859
parent93f72985bf58c2d849699dceb146ab7909c54d45
widget: Ensure all gestures outside a grab scope are cancelled

This code is a product of early stages in the gestures branch, where
capturing would have an effect outside grab boundaries. But this isn't
really the case, so every gesture outside the grab scope must be reset
to avoid keeping stale data.
gtk/gtkwidget.c